/* SLIDER */
#newsSlide {
	position: relative;
	height: 130px;
	padding: 0;
	margin: 0 auto 10px auto;
	overflow: hidden;
	width: 980px;
	border: 1px solid #CCCCCC;
}
#newsSlide #slLeft {
	display: block;
	position: absolute;
	left: 15px;
	top: 15px;
	width: 50px;
	height: 100px;
	background: url(../../system/img/slider.png) no-repeat;
	background-position: 0px 0px;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#newsSlide #slRight {
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 50px;
	height: 100px;
	background: url(../../system/img/slider.png) no-repeat;
	background-position: -50px 0px;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#newsSlide #slLeft:hover, #newsSlide #slRight:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#nSlideContainer {
	position: relative;
	height: 130px;
	padding: 0;
	margin: 0;
	width: 980px;
	overflow: hidden;
}
#nSlideContainer .nBox {
	position: absolute;
	top: 0px;
	height: 110px;
	padding: 5px;
	margin: 5px;
/*	background-color: #FFF;*/
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	width: 980px;
}
.nBox img {
	max-height: 100px;
	padding: 2px;
	margin: 2px 20px 2px 2px;
/*	background-color: #FFF;*/
	border: 1px solid #999;
	float: left;
}
.nBox .nText {
	position: relative;
	float: left;
	height: 110px;
	line-height: 16px;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	overflow: hidden;
}
.nBox .nText p {
	padding-left: 4px;
}
.nBox .nTit {
	font-size: 16px;
	font-weight: bold;
}
